home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1998 #4
/
Amiga Plus CD - 1998 - No. 4.iso
/
pd
/
tools
/
wbstars2.0
/
source
/
wbstars_include.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-29
|
859b
|
38 lines
/* $VER: WBStars_include.h 2.0b4 (29 May 1997)
*/
#ifndef WBSTARS_INCLUDE_H
#define WBSTARS_INCLUDE_H
/* WBStars_main.c */
#include <exec/types.h>
#include <intuition/intuition.h>
#include <graphics/rastport.h>
#include <graphics/layers.h>
extern struct RastPort *RPort;
extern struct Layer_Info *LInfo;
extern char activated;
extern char locked;
extern BYTE CXpri;
extern UBYTE *hotkey;
extern int bg_color;
extern int fg_color;
extern int Loop_Wait;
extern int minx;
extern int miny;
/* WBStars_libraries.c */
#include <exec/libraries.h>
#include <intuition/intuitionbase.h>
#include <graphics/gfxbase.h>
extern struct IntuitionBase *IntuitionBase;
extern struct GfxBase *GfxBase;
extern struct Library *CxBase;
extern struct Library *IconBase;
extern struct Library *LayersBase;
extern char OS3;
/* WBStars_CX.c */
#endif /* WBSTARS_INCLUDE_H */